home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  355 b   |  16 lines

  1. on exitFrame
  2.   global sModuloInicio, bDebug, nFin, bVideoNormal
  3.   if the movieTime of sprite 5 < nFin then
  4.     go(the frame)
  5.   else
  6.     set the movieRate of sprite 5 to 0
  7.     set CD to BuscaCd()
  8.     if CD <> EMPTY then
  9.       set the exitLock to not bDebug
  10.       go("inicio", CD & "\modulos\" & sModuloInicio)
  11.     else
  12.       quit()
  13.     end if
  14.   end if
  15. end
  16.